fix: implement lazy file processing with improved dependency handling#1002
fix: implement lazy file processing with improved dependency handling#1002ericcrosson-bitgo merged 1 commit intomasterfrom
Conversation
Co-authored-by: aider <aider@bitgo.com>
e7257b5 to
dda6fcd
Compare
ericcrosson-bitgo
left a comment
There was a problem hiding this comment.
Great feature!
|
🎉 This PR is included in version @api-ts/openapi-generator@5.6.1 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version @api-ts/typed-express-router@2.0.0-beta.1 🎉 The release is available on npm package (@beta dist-tag) Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version @api-ts/express-wrapper@2.0.0-beta.1 🎉 The release is available on npm package (@beta dist-tag) Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version @api-ts/typed-express-router@1.1.14 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version @api-ts/express-wrapper@1.0.34 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version @api-ts/superagent-wrapper@1.3.4 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
Makes file processing lazy, which should fix errors when a package coincidentally imports a non-io-ts related package that isn't actually used as part of the api schema.